const github.com/klauspost/compress/zstd.bestLongLen

9 uses

	github.com/klauspost/compress/zstd (current package)
		enc_best.go#L17: 	bestLongLen       = 8                      // Bytes used for table hash
		enc_best.go#L203: 		nextHashL := hashLen(cv, bestLongTableBits, bestLongLen)
		enc_best.go#L309: 			candidateL = e.longTable[hashLen(cv, bestLongTableBits, bestLongLen)]
		enc_best.go#L310: 			candidateL2 := e.longTable[hashLen(cv2, bestLongTableBits, bestLongLen)]
		enc_best.go#L333: 					nextHashL := hashLen(load6432(src, sAt), bestLongTableBits, bestLongLen)
		enc_best.go#L384: 				h0 := hashLen(cv0, bestLongTableBits, bestLongLen)
		enc_best.go#L444: 			h0 := hashLen(cv0, bestLongTableBits, bestLongLen)
		enc_best.go#L527: 			h := hashLen(cv, bestLongTableBits, bestLongLen)
		enc_best.go#L537: 				h := hashLen(cv, bestLongTableBits, bestLongLen)